const encoding/json.tokenTopValue

4 uses

	encoding/json (current package)
		stream.go#L291: 	tokenTopValue = iota
		stream.go#L334: 	case tokenTopValue, tokenArrayStart, tokenArrayValue, tokenObjectValue:
		stream.go#L437: 				dec.tokenState = tokenTopValue
		stream.go#L464: 	case tokenTopValue: